home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Science / Biology / WayeBox Folder / WayeBox 1.1 / box2 / background_10178.txt next >
Encoding:
Text File  |  1990-06-13  |  2.1 KB  |  112 lines

  1. -- background: 10178 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (field)
  9. -- low flags: 00
  10. -- high flags: 0007
  11. -- rect: left=2 top=22 right=308 bottom=512
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 4 (field)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=65 top=319 right=331 bottom=168
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: card id
  34.  
  35.  
  36. -- part 5 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=200 top=316 right=339 bottom=226
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 1014 / 1014
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Prev
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   go to prev card
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 6 (button)
  56. -- low flags: 00
  57. -- high flags: 0000
  58. -- rect: left=230 top=316 right=339 bottom=255
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 1013 / 1013
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: Next
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   go to next card
  70. end mouseUp
  71.  
  72.  
  73.  
  74. -- part 7 (button)
  75. -- low flags: 00
  76. -- high flags: 8000
  77. -- rect: left=309 top=301 right=342 bottom=350
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 32462 / 32462
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: Help
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   push card
  89.   go to card id 11167 of stack "box4"
  90. end mouseUp
  91.  
  92.  
  93.  
  94.  
  95. -- part 8 (button)
  96. -- low flags: 00
  97. -- high flags: 8003
  98. -- rect: left=366 top=315 right=337 bottom=466
  99. -- title width / last selected line: 0
  100. -- icon id / first selected line: 0 / 0
  101. -- text alignment: 1
  102. -- font id: 0
  103. -- text size: 12
  104. -- style flags: 0
  105. -- line height: 16
  106. -- part name: pop card
  107. ----- HyperTalk script -----
  108. on mouseUp
  109.   pop card
  110. end mouseUp
  111.  
  112.